Welcome![Sign In][Sign Up]
Location:
Search - calculator 51

Search list

[Other resourcecalc51

Description: 应用于51的浮点数计算器程序,其中键盘的扫描程序需自己写(我不想让人都懒起来),还有就是LCD显示部分,根据情况更改-applied to the float 51 calculator program, the keyboard scan process required to write their own (I do not want to have lazy up), the LCD display is also part of the changes under
Platform: | Size: 1769 | Author: astonzorro | Hits:

[Other resource51jianyijisuanqi

Description: 这是一个用51单片机实现的能进行浮点运算(包括浮点乘法,除法等)的计算器-This is a use of the MCS-51 microcontroller capable of floating-point operations (including floating point multiplication, division, etc.) Calculator
Platform: | Size: 19990 | Author: kk | Hits:

[Other resourceMCU51_calc

Description: 这是在51单片机上实现的完整功能的计算器源代码,用c写成,有利于帮助我们更好的学习单片机的开发-This is the 51 SCM achieve the functional integrity of the source code calculator, and c languages, will help us to better study the development of SCM
Platform: | Size: 14975 | Author: 李运洪 | Hits:

[Other resourceC51-clock

Description: C51单片机实现液晶秒表以及简单计算器 电路是一个51最小系统,没有采用总线方式,而简单的连线方式,上有4*4矩阵键盘,一数码管,89S51单片机,串口下载线,数码管显示锁存芯片\\蜂鸣器\\1602液晶. 代码已经调试成功过,可以实现时间的调整.4*4矩阵键盘,第一排前三列是实现小时\\分钟\\秒的加.第二排前三列是实现小时\\分钟\\秒的减.当然还可以通过设置矩阵键盘的键值,来实现加\\减\\乘\\除四则运算,由数码管显示参与运算的数字以及最终的运算结果.-C51 MCU LCD stopwatch and a simple calculator circuit 51 is a minimum system, Bus not used, and simple connectivity, a 4 * 4 matrix keyboard, a digital control, devised microcontroller, Serial download cable, digital chip latches Display \\ buzzer \\ 1,602 LCD. Debugging code has been success, can be achieved period of adjustment .4 * 4 matrix keyboard, the first row is shown in the first three hours \\ minutes \\ plus seconds. shown in the second row is the first three-hour \\ minutes \\ seconds reduction. Of course You can also set up matrix keyboard keys to achieve increases \\ by \\ x \\ In addition to four operators, Digital Display from operations in the number of operations and the eventual outcome.
Platform: | Size: 2501 | Author: 王永 | Hits:

[Other resource51dpj

Description: 51单片机实现 液晶秒表以 及简单计算器-51 MCU LCD stopwatch and a simple calculator
Platform: | Size: 2989 | Author: | Hits:

[Other resourcearm源代码-计算器

Description: 有空的话自己做一个计算器吧,我为你提供源代码。这个源程序是用ARM_SDT2.51开发的嵌入在ARM里。-the time to do so themselves a calculator before, I give you the source code. This source is ARM_SDT2.51 embedded in the development of the ARM Lane.
Platform: | Size: 139638 | Author: 王一 | Hits:

[OtherINTRODUCTION TO MATLAB FOR

Description: 1 Tutorial lessons 1 1 1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Basic features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 A minimum MATLAB session . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3.1 Starting MATLAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3.2 Using MATLAB as a calculator . . . . . . . . . . . . . . . . . . . . . 4 1.3.3 Quitting MATLAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.4 Getting started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.4.1 Creating MATLAB variables . . . . . . . . . . . . . . . . . . . . . . . 5 1.4.2 Overwriting variable . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4.3 Error messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4.4 Making corrections . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4.5 Controlling the hierarchy of operations or precedence . . . . . . . . . 6 1.4.6 Controlling the appearance of °oating point number . . . . . . . . . . 8 1.4.7 Managing the workspace . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.4.8 Keeping track of your work session . . . . . . . . . . . . . . . . . . . 9 1.4.9 Entering multiple statements per line . . . . . . . . . . . . . . . . . . 9 1.4.10 Miscellaneous commands . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.4.11 Getting help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.5 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2 Tutorial lessons 2 12 2.1 Mathematical functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 2.1.1 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.2 Basic plotting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.1 overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.2 Creating simple plots . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.3 Adding titles, axis labels, and annotations . . . . . . . . . . . . . . . 15 2.2.4 Multiple data sets in one plot . . . . . . . . . . . . . . . . . . . . . . 16 2.2.5 Specifying line styles and colors . . . . . . . . . . . . . . . . . . . . . 17 2.3 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 2.4 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5 Matrix generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5.1 Entering a vector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5.2 Entering a matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 2.5.3 Matrix indexing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 2.5.4 Colon operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2.5.5 Linear spacing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2.5.6 Colon operator in a matrix . . . . . . . . . . . . . . . . . . . . . . . . 22 2.5.7 Creating a sub-matrix . . . . . . . . . . . . . . . . . . . . . . . . . . 23 2.5.8 Deleting row or column . . . . . . . . . . . . . . . . . . . . . . . . . . 25 2.5.9 Dimension . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 2.5.10 Continuation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.5.11 Transposing a matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.5.12 Concatenating matrices . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.5.13 Matrix generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 2.5.14 Special matrices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 2.6 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 3 Array operations and Linear equations 30 3.1 Array operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 3.1.1 Matrix arithmetic operations . . . . . . . . . . . . . . . . . . . . . . . 30 3.1.2 Array arithmetic operations . . . . . . . . . . . . . . . . . . . . . . . 30 3.2 Solving linear equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 3.2.1 Matrix inverse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 3.2.2 Matrix functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 3.3 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 4 Introduction to programming in MATLAB 35 4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 4.2 M-File Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 4.2.1 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 4.2.2 Script side-eRects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 4.3 M-File functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 4.3.1 Anatomy of a M-File function . . . . . . . . . . . . . . . . . . . . . . 38 4.3.2 Input and output arguments . . . . . . . . . . . . . . . . . . . . . . . 40 4.4 Input to a script ¯le . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 4.5 Output commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 4.6 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 5 Control °ow and operators 43 5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 5.2 Control °ow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 5.2.1 The ``if...end'' structure . . . . . . . . . . . . . . . . . . . . . . . 43 5.2.2 Relational and logical operators . . . . . . . . . . . . . . . . . . . . . 45 5.2.3 The ``for...end'' loop . . . . . . . . . . . . . . . . . . . . . . . . . 45 5.2.4 The ``while...end'' loop . . . . . . . . . . . . . . . . . . . . . . . 46 5.2.5 Other °ow structures . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 5.2.6 Operator precedence . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 5.3 Saving output to a ¯le . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 5.4 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 6 Debugging M-¯les 49 6.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 6.2 Debugging process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 6.2.1 Preparing for debugging . . . . . . . . . . . . . . . . . . . . . . . . . 50 6.2.2 Setting breakpoints . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 6.2.3 Running with breakpoints . . . . . . . . . . . . . . . . . . . . . . . . 50 6.2.4 Examining values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 6.2.5 Correcting and ending debugging . . . . . . . . . . . . . . . . . . . . 51 6.2.6 Ending debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 6.2.7 Correcting an M-¯le . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
Platform: | Size: 258288 | Author: taffy320 | Hits:

[SCMcalc51

Description: 应用于51的浮点数计算器程序,其中键盘的扫描程序需自己写(我不想让人都懒起来),还有就是LCD显示部分,根据情况更改-applied to the float 51 calculator program, the keyboard scan process required to write their own (I do not want to have lazy up), the LCD display is also part of the changes under
Platform: | Size: 1024 | Author: astonzorro | Hits:

[SCMMCU51_calc

Description: 这是在51单片机上实现的完整功能的计算器源代码,用c写成,有利于帮助我们更好的学习单片机的开发-This is the 51 SCM achieve the functional integrity of the source code calculator, and c languages, will help us to better study the development of SCM
Platform: | Size: 14336 | Author: 李运洪 | Hits:

[SCMC51-clock

Description: C51单片机实现液晶秒表以及简单计算器 电路是一个51最小系统,没有采用总线方式,而简单的连线方式,上有4*4矩阵键盘,一数码管,89S51单片机,串口下载线,数码管显示锁存芯片\蜂鸣器\1602液晶. 代码已经调试成功过,可以实现时间的调整.4*4矩阵键盘,第一排前三列是实现小时\分钟\秒的加.第二排前三列是实现小时\分钟\秒的减.当然还可以通过设置矩阵键盘的键值,来实现加\减\乘\除四则运算,由数码管显示参与运算的数字以及最终的运算结果.-C51 MCU LCD stopwatch and a simple calculator circuit 51 is a minimum system, Bus not used, and simple connectivity, a 4* 4 matrix keyboard, a digital control, devised microcontroller, Serial download cable, digital chip latches Display \ buzzer \ 1,602 LCD. Debugging code has been success, can be achieved period of adjustment .4* 4 matrix keyboard, the first row is shown in the first three hours \ minutes \ plus seconds. shown in the second row is the first three-hour \ minutes \ seconds reduction. Of course You can also set up matrix keyboard keys to achieve increases \ by \ x \ In addition to four operators, Digital Display from operations in the number of operations and the eventual outcome.
Platform: | Size: 2048 | Author: 王永 | Hits:

[Other systemsDDJC

Description: 一款电动卷尺51源程序,带计算器功能,89C52设计的-A source for electrical tape 51 with a calculator function, 89C52 design
Platform: | Size: 11264 | Author: 何超齐 | Hits:

[SCMLEDcaculater

Description: 在51单片机上实现多功能计算器功能,除了基本的加减乘除,还可以实现开方的功能。 开发平台是 keil 软件编译程序,proteus 软件编译顶层图。硬件实现上ASM8052s-Achieved in 51 single-chip multi-function calculator function, apart from the basic addition and subtraction, multiplication and division, but also can realize the function of prescribing. Is a software development platform keil compiler, proteus software compiler top-level map. Hardware implementation on ASM8052s
Platform: | Size: 68608 | Author: 唐跃德 | Hits:

[SCMjsq

Description: 基于51的计算器,在周立功实验箱上测试通过,是单片机课程设计题-51 Based on the calculator, in the weeks Ligong experimental test box is a single-chip microcomputer curriculum design title
Platform: | Size: 91136 | Author: 敬礼 | Hits:

[SCM200763034923329

Description: 在51单片机上实现的完整功能的计算器源代码,用c写成-51 SCM in achieving the full functionality of the calculator source code, written with c
Platform: | Size: 17408 | Author: liyu | Hits:

[Software EngineeringDynamicLED2_2

Description: 51的计算器很好的啊,能从王上下在道德,你、课余啊啊;-51 calculator good ah, from the king down morality, you, ah ah after school
Platform: | Size: 78848 | Author: swy | Hits:

[SCMtimer

Description: 基于51系列单片机的C语言程序,实现秒表、计算器的功能,可以在51系列单片机上运行起来。-51 Series MCU-based C language procedures realize a stopwatch, calculator function, you can run 51 series single-chip together.
Platform: | Size: 2048 | Author: stone | Hits:

[assembly languageSE

Description: 51单片机编写制做的电子计算器(韩国)汇编语言、C语言-51 single-chip microcomputer system to do the preparation of the electronic calculator (South Korea) assembly language, C language
Platform: | Size: 940032 | Author: pengjun | Hits:

[SCMAT89X51Caculator

Description: 基于51系列单片机的计算器程序.开发环境:KEIL,开发语言:c51,仿真环境Proteus-51 Series single-chip microcomputer-based calculator program. Development environment: KEIL, the development of language: c51, simulation environment Proteus
Platform: | Size: 17408 | Author: ncigray | Hits:

[SCM2Calculatror

Description: 基于51单片机的1602显示的计算器,没有附电路,如有需要请与shenchangwei945@163.com联系-Based on the 1602 show 51 single-chip calculator circuit is not attached, if necessary, please contact shenchangwei945@163.com
Platform: | Size: 44032 | Author: 沈昌伟 | Hits:

[SCM计算器课设

Description: 基于51单片机多位十进制计算器设计 带文档说明 程序源码 proteus仿真图 (1)系统通过4×4的矩阵键盘输入数字及运算符。 (2)可以进行多位十进制数以内的运算(包括加,减,乘,除,幂次方,对数,三角函数等功能),如果计算结果超过显示范围,则屏幕显示E。 (3)可显示输入时的数字及结果 (4)设计控制电路总体方案; (5)电路的设计、仿真与调试;(Design of multi bit decimal number calculator based on MCU)
Platform: | Size: 609280 | Author: 心素如简 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »

CodeBus www.codebus.net